Cve Vulnerability Monitor
Pricing
from $1.00 / 1,000 results
Go to Apify Store
Cve Vulnerability Monitor
One-line: "Monitor NVD, CISA KEV for critical CVEs by keyword and severity"
Pricing
from $1.00 / 1,000 results
Rating
0.0
(0)
Developer
cyber-intel-tools
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
18 hours ago
Last modified
Categories
Share
Monitor critical vulnerabilities from NVD, CISA Known Exploited Vulnerabilities (KEV), and MITRE — all in one run.
What it does
- Scrapes the latest CVEs from multiple authoritative sources
- Filters by severity (CRITICAL, HIGH, MEDIUM, LOW)
- Filters by keyword (product name, attack type, vendor)
- Deduplicates across sources
- Flags actively exploited vulnerabilities (CISA KEV)
- Returns structured JSON ready for alerts, dashboards, or SIEMs
Use cases
- Security teams — daily feed of new critical CVEs
- Patch management — know what needs patching before your SIEM tells you
- Threat intel — monitor specific products (e.g. "cisco", "microsoft exchange")
- Compliance — track CISA KEV deadlines for government systems
Input
| Field | Type | Default | Description |
|---|---|---|---|
| keywords | string[] | [] | Filter by product/vendor/attack type |
| severity | string[] | [CRITICAL, HIGH] | Severity levels to include |
| sources | string[] | [nvd, cisa] | Data sources to scrape |
| maxResults | integer | 50 | Max CVEs per source |
Output fields
| Field | Description |
|---|---|
| id | CVE identifier (e.g. CVE-2024-1234) |
| source | Where it was found (NVD, CISA-KEV, MITRE) |
| severity | CRITICAL / HIGH / MEDIUM / LOW |
| cvssScore | CVSS v3 base score (0-10) |
| published | Publication date |
| description | Full CVE description |
| affectedProducts | List of affected CPEs/products |
| activelyExploited | true if in CISA KEV list |
| requiredAction | CISA remediation requirement (if applicable) |
| dueDate | CISA patch deadline (if applicable) |
| url | Direct link to full CVE details |
Scheduling
Set this actor on a daily schedule in Apify to get a fresh CVE feed every morning. Connect the output to:
- Slack via webhook
- Email notification
- Your SIEM or ticketing system
Pricing suggestion
- Free tier: 20 results, NVD only
- $9.99/mo: 500 results, all sources, daily schedule
- $29.99/mo: Unlimited, all sources, webhook alerts, custom keywords